Skip to content
Snippets Groups Projects
Commit cf6d388f authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Created new app class to run the application from

parent 9c34942a
No related branches found
No related tags found
1 merge request!6Merging the frontend baseline to get up to date with the progress
Pipeline #204275 passed
package no.ntnu.idatt1002.demo.view;
public class App {
public static void main(String[] args) {
MyApp.main(args);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment