'cd Workspace' 'cd practice' 'cd c++' 'pwd'
-> ~/Workspace/practice/c++
'gedit main.c' The name "main" can be other one.
'gcc main.c -o NAME'
'./NAME'
'g++ main.cpp -o NAME'
'./NAME'
NO NEED TO COMPILE!
'python hogehgoe.py'
'cd Workspace' 'cd practice' 'cd c++' 'pwd'
-> ~/Workspace/practice/c++
'gedit main.c' The name "main" can be other one.
'gcc main.c -o NAME'
'./NAME'
'g++ main.cpp -o NAME'
'./NAME'
NO NEED TO COMPILE!
'python hogehgoe.py'