This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
CS4308_CompilerProject/src/edu/jt_kb/cs4308/compiler/Driver.java

7 lines
155 B
Java
Raw Normal View History

2023-10-07 15:46:08 +00:00
package edu.jt_kb.cs4308.compiler;
public class Driver {
public static void main(String[] args) {
System.out.println("Default Setup");
}
}