Skip to content

Commit

Permalink
Feat: Imported example stock file
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 24, 2026
1 parent e3219f2 commit 004693f
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void start(final Stage stage) throws Exception {
ViewManager viewManager = new ViewManager(stage, eventManager);

List<Stock> stocksInFile;
FileParser parser1 = new FileParser("/dummydata.txt");
FileParser parser1 = new FileParser("/sp500.csv");

FileConverter converter1 = new FileConverter();
stocksInFile = converter1.getStocksFromStrings(parser1.readFile());
Expand Down
File renamed without changes.
Loading

0 comments on commit 004693f

Please sign in to comment.