Skip to content

Commit

Permalink
PROJECT_LANG_1.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 committed Jul 8, 2023
1 parent 9173706 commit 0953178
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Start of script
use debug::PrintTrait;
fn main() {
'Project language file 1'.print();
'For: SNU/2D/ProgrammingTools/IDE/Cairo'.print();
'About:'.print();
'I decided to make Cairo the main project language file for this project (SNU / 2D / Programming Tools / IDE / Cairo) as this is a Cairo IDE, and it needs its main language to be represented here.'.print();
}
// Output

// Project language file 1
// For: SNU/2D/ProgrammingTools/IDE/Cairo
// About:
// I decided to make Cairo the main project language file for this project (SNU / 2D / Programming Tools / IDE / Cairo) as this is a Cairo IDE, and it needs its main language to be represented here.

// File info
// File type: Cairo source file (*cairo)
// File version: 1 (2023, Friday, July 7th at 11:46 pm PST)
// Line count (including blank lines and compiler line): 22

// End of script

0 comments on commit 0953178

Please sign in to comment.