Skip to content

shaun-macdonald/Programming1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try out Codio!

Look to your left, double click on the tutorial file, it should open a window with the following line of code

print("Hello world")

Click on the run button (looks like a rocketship), you will see the result of your execution in the terminal.

Experiment with Codio!

Make a new file

Use File > New File... or right-click in the file tree to create a new file. You can right-click in the file tree to rename or delete files.

As Codio detects which file is in focus, simply put your cursor into whichever code editor you want to run.

Run your code

Use the Run button (that looks like a Rocketship) to Run the file your cursor is in.

Debug your code

Use the "Debug Current File" on the far right of the top menu bar to launch the debugger targeting the file your cursor is in.

Reconfigure your Panels for easier development

Use the View > Panels menu on the top tool bar to segment your screen.

Simply drag the tab of the file or terminal (the part with the name) you want to move into the new panel.

About

CS1032 Course work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages