mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove import of std::array
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
module fannkuch;
|
||||
import std::array;
|
||||
import std::io;
|
||||
import std::math;
|
||||
import libc;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
module spectralnorm;
|
||||
import std::array;
|
||||
import std::io;
|
||||
import std::math;
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
module topologicalsort;
|
||||
import std::mem;
|
||||
import std::array;
|
||||
|
||||
extern fn void printf(char* x, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user