소스 검색

Update 'README.md'

Kristofer Younger 8 년 전
부모
커밋
a3d1e1bc26
1개의 변경된 파일10개의 추가작업 그리고 6개의 파일을 삭제
  1. 10
    6
      README.md

+ 10
- 6
README.md 파일 보기

4
 
4
 
5
 Various Java programs to illustrate various concepts from an old CS course at UTexas.edu. This java code is from the last century.
5
 Various Java programs to illustrate various concepts from an old CS course at UTexas.edu. This java code is from the last century.
6
 
6
 
7
+
8
+Fork this repo to your account, clone your repo to your machine.
9
+
10
+Read all this code. Puzzle over what it does.
11
+
12
+Choose one of these code samples. Add a file with your name as the filename (ex: SteveJ.md),
13
+write me a brief paragraph that describes what your chosen code sample does and how it works.
14
+
15
+Add, commit, push and do a Pull Request.
16
+
7
 *   A [Hello World!](CodeSamples/codeSamples/HelloWorld.java) Java program.
17
 *   A [Hello World!](CodeSamples/codeSamples/HelloWorld.java) Java program.
8
     
18
     
9
 *   [Calling Methods](CodeSamples/codeSamples/CallingMethodsInSameClass.java). A sample of how to call methods in the same class.
19
 *   [Calling Methods](CodeSamples/codeSamples/CallingMethodsInSameClass.java). A sample of how to call methods in the same class.
88
     
98
     
89
 *   [WordCount](https://www.cs.utexas.edu/~scottm/cs314/CodeSamples/CodingSamples/WordCount.java) \- Program  that compares counting words in files using an ArrayList and a Map.
99
 *   [WordCount](https://www.cs.utexas.edu/~scottm/cs314/CodeSamples/CodingSamples/WordCount.java) \- Program  that compares counting words in files using an ArrayList and a Map.
90
 
100
 
91
-
92
-Fork this repo to your account, clone your repo to your machine.
93
-Read all this code. Puzzle over what it does.
94
-Choose one of these code samples. Add a file with your name as the filename (ex: SteveJ.md),
95
-write me a brief paragraph that describes what your chosen code sample does and how it works.
96
-Add, commit, push and do a Pull Request.