User:Wei2912: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(Add tasks i've completed)
Line 21:
==Tasks I've created==
 
* [[Unix/ls]]
* [[Unix/ls]] - Implementing something similar to the Unix utility “<tt>ls</tt>” [http://man7.org/linux/man-pages/man1/ls.1.html] or the Windows terminal command “<tt>DIR</tt>”
 
==Tasks I've completed==
 
==={{header|Go}}===
 
* [[Unix/ls]]
 
==={{header|Rust}}===
 
* [[Even or odd]]
* [[Guess the number]]
* [[Loops/Infinite]]
* [[Luhn test of credit card numbers]]
* [[Playing cards]]
* [[Unix/ls]]

Revision as of 07:28, 9 June 2014

My Favorite Languages
Language Proficiency
Java Intermediate
Javascript Somewhat familiar
Bash Somewhat familiar
Python Intermediate
Go Beginner
C Beginner
Rust Learning in progress...

Hello, my name is Wei En and I am currently a high school student who is interested in programming.

What Rosetta Code is to me

  • A way to learn and practice languages, while at the same time educating others
  • A way to practice technical writing
  • A way to learn algorithms
  • A way to see how a problem could be solved in different ways

Tasks I've created

Tasks I've completed

Go

Rust