mirror of
https://dev.azure.com/Foster-X/CMP329%20CW2/_git/CMP329%20CW2
synced 2025-07-27 06:03:32 +00:00
CSV files are now built from a master CSV builder file.
This commit is contained in:
parent
197081a55e
commit
94a0de09cb
4 changed files with 8 additions and 0 deletions
1
src/csv/built/a.csv
Normal file
1
src/csv/built/a.csv
Normal file
|
@ -0,0 +1 @@
|
||||||
|
a
|
|
3
src/csv/credentials.csv
Normal file
3
src/csv/credentials.csv
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
test.fusil.uk
|
||||||
|
author,testuser,QUBsucks&UUisBetter
|
||||||
|
subscriber,subscriber,drewapicture(incrediblyfunnyjoke!)
|
|
4
src/main/CsvBuilder.java
Normal file
4
src/main/CsvBuilder.java
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
package main;
|
||||||
|
|
||||||
|
public class CsvCleaner {
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue