Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
pp:2023:hw2 [2023/04/14 13:23]
george.vanuta [Tema 2 PP 2023] changed archive to hw to please SBT
pp:2023:hw2 [2024/04/03 11:47] (current)
alexandra.udrescu01 [Tabele]
Line 52: Line 52:
  
 <code scala> <code scala>
-// a row contains the column name and the value 
 type Row = Map[String, String] type Row = Map[String, String]
-// a line is just a row without column names 
 type Line = List[String] type Line = List[String]
 </​code>​ </​code>​