Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
1f5d35356f638fcd9d31deed8de804d7d4c687ab
wccl
libmwereader
mwertest.cpp
Find file
Normal view
History
Permalink
mwertest.cpp
88 B
Newer
Older
add stub for mwe reader
Bartosz Broda
committed
13 years ago
1
2
3
4
5
6
7
#include
<iostream>
int
main
(
int
ac
,
char
**
av
)
{
std
::
cout
<<
"TEST"
<<
std
::
endl
;
}