Skip to content

Get ready for this course with this simple exercise

Notifications You must be signed in to change notification settings

Deok-min/HW1-GettingStarted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HW1

In this homework, you need to fix two files to pass the CI tests. We have a total of six tests, and your goal is to pass all the tests.

Prob 1

Read and complete the Git tutorial (https://githowto.com/) and modify the gitpractice.txt file: change the word no to yes.

Prob 2

Modify the myinfo.csv file in such a way that satisfies the following conditions:

  1. The very first line should have the following string (no extra space chars allowed):

    student_id,email,github_id
    
  2. The next (2nd) line should contain a comma-separated values for your student ID, email address, and GitHub ID. For example, suppose your student ID, email address, and GitHub ID are "20001234", "[email protected]", and "awesomeid", respectively. Then the 2nd line of the myinfo.csv file should be:

    20001234,[email protected],awesomeid
    
  3. In conclusion, the myinfo.csv file should have two lines in total, and it should look as below:

    student_id,email,github_id
    20001234,[email protected],awesomeid
    

About

Get ready for this course with this simple exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 100.0%