Skip to content

Commit

Permalink
PROJECT_LANG_1_V1.purs
Browse files Browse the repository at this point in the history
An archive of the first version of the first project language file for this directory set.
  • Loading branch information
seanpm2001 authored Nov 11, 2022
1 parent e751074 commit 3d8c191
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions OldVersions/PROJECT_LANGUAGE/PureScript/PROJECT_LANG_1_V1.purs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
-- Start of script

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

module Main where

import Debug.Trace

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

-- File info
-- File type: PureScript source file (*.purs)
-- File version: 1 (2022, Thursday, November 10th at 11:20 pm PST)
-- Line count (including blank lines and compiler line): 21

0 comments on commit 3d8c191

Please sign in to comment.